aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/groups/[groupId]/group-tabs.tsx
diff options
context:
space:
mode:
authorSebastien Castiel <sebastien@castiel.me>2023-12-07 17:24:02 -0500
committerSebastien Castiel <sebastien@castiel.me>2023-12-07 17:24:02 -0500
commit1bc4acd67aec9abcb797c7c2c4e1a43523ff72d7 (patch)
treea566cf3d00bb4304dd91f6049433caa232e5b2e4 /src/app/groups/[groupId]/group-tabs.tsx
parent0b27f90fb76a2492c17a958b6dd807e6fbbf8030 (diff)
Logo, banner
Diffstat (limited to 'src/app/groups/[groupId]/group-tabs.tsx')
-rw-r--r--src/app/groups/[groupId]/group-tabs.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/groups/[groupId]/group-tabs.tsx b/src/app/groups/[groupId]/group-tabs.tsx
index e5c48c2..28b4889 100644
--- a/src/app/groups/[groupId]/group-tabs.tsx
+++ b/src/app/groups/[groupId]/group-tabs.tsx
@@ -15,7 +15,7 @@ export function GroupTabs({ groupId }: Props) {
return (
<Tabs
value={value}
- className="mb-4"
+ className="mb-4 [&>*]:border"
onValueChange={(value) => {
router.push(`/groups/${groupId}/${value}`)
}}